Add Items to Task

Add work to an existing Task

Request
path Parameters
id
required
string
Request Body schema: application/json

: Task update payload

query
required
string
Array of objects or null (TaskWorkload)
limit
number or null <double>
percentage
boolean or null
asynced
boolean or null
disableWebm
boolean or null
groups
Array of strings or null
property name*
additional property
any
Responses
200

Ok

post/tasks/{id}/addToTask
Request samples
application/json
{
  • "query": "string",
  • "workload": [
    ],
  • "limit": 0,
  • "percentage": true,
  • "asynced": true,
  • "disableWebm": true,
  • "groups": [
    ]
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "name": "string",
  • "taskOwner": "string",
  • "dueDate": 0,
  • "datasetId": "string",
  • "recipeId": "string",
  • "projectId": "string",
  • "spec": {
    },
  • "hasParent": true,
  • "query": "string",
  • "assignmentIds": [
    ],
  • "status": "open",
  • "metadata": {
    },
  • "totalItems": 0,
  • "itemStatus": {
    },
  • "progress": 0,
  • "forReview": 0,
  • "issues": 0,
  • "availableActions": [
    ],
  • "error": "string",
  • "priority": 0,
  • "emptyInactiveAssignments": 0,
  • "description": {
    }
}